Remarks{}CommandName{setProgressBarRange}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int min, int max}CloseBrace{}Description{Sets the range of allowed values for a progress bar's position.  This is from 0 to 100 by default.}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a progress bar gadget}Param2{min}Param2Desc{The minimum allowed position value}Param3{max}Param3Desc{The maximum allowed position value}